From b9ddf503ac24050d6d124236a0e574395682fd69 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Mon, 13 Nov 2017 11:40:07 -0600 Subject: [PATCH] More style/warning fixes. --- gui/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/format.h b/gui/format.h index 65d93e635..4e10c03a1 100644 --- a/gui/format.h +++ b/gui/format.h @@ -205,7 +205,7 @@ class Format void bumpWriteUseCount(int v) { writeUseCount_ += v; } int getReadUseCount() const { return readUseCount_; } int getWriteUseCount() const { return writeUseCount_; } - void zeroUseCounts(void) { + void zeroUseCounts() { readUseCount_ = 0; writeUseCount_ = 0; } -- 2.30.2